var runtime.godebugUpdate

3 uses

	runtime (current package)
		runtime.go#L137: var godebugUpdate atomic.Pointer[func(string, string)]
		runtime.go#L145: 	godebugUpdate.Store(p)
		runtime.go#L187: 	update := godebugUpdate.Load()